code source game Bi-a 3D

23.681 lượt xem;
1 using System;
2
3 namespace
ThreeDPool.States
4 {

5     ///
<summary>
6     ///
This is the state where the players are waiting for thier chance
7     ///
</summary>
8     
public class WaitingState : IState
9     {
10         
public void OnEnter()
11         {
12         }
13
14         
public void OnExit()
15         {
16         }
17
18         
public void OnUpdate()
19         {
20         }
21     }
22 }


Gõ tìm kiếm nhanh...